getAbsoluteUri

abstract suspend fun getAbsoluteUri(uri: Uri): Uri

Resolves the given uri asynchronously. If a custom resolver has been set with setUriResolver, it uses the custom resolver. Else, it resolves using defaultUriResolver.

Return

the resolved absolute Uri.

Parameters

uri

the Uri that should be resolved.